home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.app;
-
- import com.extensibility.rock.RAction;
- import java.awt.event.ActionEvent;
- import java.io.File;
-
- class PreferencesDialog$3 extends RAction {
- // $FF: synthetic field
- final PreferencesDialog this$0;
-
- public void actionOccurred(ActionEvent var1) {
- String[] var2 = new String[]{"exe"};
- File var3 = DialogFactory.askFile(this.this$0.parent, UI.getString("dialog.preferences.browser.select"), var2);
- if (var3 != null) {
- this.this$0.tfOtherBrowser.setText(var3.getAbsolutePath());
- }
-
- }
-
- PreferencesDialog$3(PreferencesDialog var1) {
- this.this$0 = var1;
- }
- }
-